home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Framework / Includes / FloatWindow.r < prev    next >
Encoding:
Text File  |  1996-04-03  |  651 b   |  25 lines  |  [TEXT/MPS ]

  1. // FloatWindow.r
  2. // Copyright © 1985-96 by Apple Computer, Inc. All rights reserved. 
  3.  
  4. //    MacApp™ resource type definitions for float window.
  5. //    See DemoDialogs.r for an example of how to use this file.
  6.  
  7. #ifndef __FLOATWINDOW_R__
  8. #define __FLOATWINDOW_R__
  9.  
  10. #ifndef __FLOATWINDOW__
  11. #include "FloatWindow.h"
  12. #endif
  13.  
  14. #ifdef REZ
  15. #if !qNeedsSystem7_5
  16. #if defined(MW_Rez)
  17. include "System 7.5 FloatWindow.rsrc" not 'ckid';    // suck in the 'WDEF' resource
  18. #else
  19. include $$Shell("MAFramework")"Sources:System 7.5 FloatWindow.rsrc" not 'ckid';    // suck in the 'WDEF' resource
  20. #endif // MW_Rez
  21. #endif // !qNeedsSystem7_5
  22. #endif // REZ
  23.  
  24. #endif // __FLOATWINDOW_R__
  25.